Learn R Programming

maigesPack (version 1.30.0)

[-method: Sub-setting methods for maiges objects

Description

Sub-setting methods were defined for the classes presented in this package, maiges, maigesANOVA, maigesRaw and maigesPreRaw. These methods create instances of the given class, for a subset of spots and/or arrays in a batch.

Arguments

Methods

x = ANY
generic method.
x = maiges
x[i, j] extract object of class maiges for spots with indexes i and samples with indexes j.
x = maigesANOVA
x[i, j] extract object of class maigesANOVA for spots with indexes i and samples with indexes j.
x = maigesRaw
x[i, j] extract object of class maigesRaw for spots with indexes i and arrays with indexes j.
x = maigesPreRaw
x[i, j] extract object of class maigesPreRaw for spots with indexes i and arrays with indexes j.

See Also

maiges, maigesANOVA, maigesRaw and maigesPreRaw.

Examples

Run this code
## Loading the dataset
data(gastro)

gastro[1:10,]
gastro[1,1]

gastro.raw[rep(TRUE, 15),]

gastro.norm[c(1,4,6), c(10, 18)]

Run the code above in your browser using DataLab